home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_examples.exe / %MAINDIR% / Examples / CustomColumns / CBuilder / FMain.dfm / FMain.txt
Encoding:
Text File  |  2001-08-31  |  1.4 KB  |  68 lines

  1. object FrmMain: TFrmMain
  2.   Left = 200
  3.   Top = 124
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'FrmMain'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object PTSplitter1: TPTSplitter
  15.     Left = 0
  16.     Top = 0
  17.     Width = 688
  18.     Height = 453
  19.     Align = alClient
  20.     Position = 216
  21.     TabOrder = 0
  22.     object PTSplitter1_pane1: TPTPane
  23.       Left = 0
  24.       Top = 0
  25.       Width = 216
  26.       Height = 453
  27.       Index = 0
  28.       object PTShellTree1: TPTShellTree
  29.         Left = 0
  30.         Top = 0
  31.         Width = 212
  32.         Height = 449
  33.         ShellList = PTShellList1
  34.         BorderStyle = bsNone
  35.         ShowRoot = False
  36.         DragMode = dmAutomatic
  37.         HideSelection = False
  38.         Indent = 19
  39.         Align = alClient
  40.         ParentColor = False
  41.         TabOrder = 0
  42.       end
  43.     end
  44.     object PTSplitter1_pane2: TPTPane
  45.       Left = 219
  46.       Top = 0
  47.       Width = 469
  48.       Height = 453
  49.       Index = 1
  50.       object PTShellList1: TPTShellList
  51.         Left = 0
  52.         Top = 0
  53.         Width = 465
  54.         Height = 449
  55.         OnFillComplete = PTShellList1FillComplete
  56.         Align = alClient
  57.         BorderStyle = bsNone
  58.         ReadOnly = False
  59.         HideSelection = False
  60.         IconOptions.AutoArrange = True
  61.         OnInsert = PTShellList1Insert
  62.         TabOrder = 0
  63.         ViewStyle = vsReport
  64.       end
  65.     end
  66.   end
  67. end
  68.